home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / win / fmguard.zip / FMGUARD.SYS < prev    next >
Text File  |  1994-12-12  |  7KB  |  241 lines

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;;
  3. ;; File Manager Guard Configuration file
  4. ;;
  5. ;; Copyright (c) Chaosoft, 1994. All rights reserved
  6. ;;
  7. ;; You may modify the contents of the file to make it suitable for
  8. ;; your needs.
  9. ;;
  10. ;; This file may be redistributed ONLY in its unmodified form and
  11. ;; ONLY as a part of the original FM Guard software package.
  12. ;; --------------------------------------------------------------
  13. ;; Please refer to file README.TXT of the FM Guard package for
  14. ;; information on how to properly install and use FM Guard.
  15. ;;
  16. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  17.  
  18. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  19. ;;
  20. ;; Your registration information. When you register your copy of 
  21. ;; the FM Guard with Chaosoft, you receive a unique registration
  22. ;; code, that should be entered below along with the name the
  23. ;; software is registered to (EXACTLY as they appear in your
  24. ;; Registration Acknowledgment, including proper number of spaces
  25. ;; between the words (please don't use TAB key instead) and using
  26. ;; proper letter case (upper or lower):
  27.  
  28.    UserName     =
  29.  
  30.    RegNum       =
  31.  
  32. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  33. ;;
  34. ;; Password. Enter the number generated by the PASSWORD utility
  35. ;; for your new password here. This command has no effect if
  36. ;; the registration information above is missing or invalid.
  37.  
  38.    Password     =
  39.  
  40. ;; The only difference between registered and unregistered
  41. ;; versions of FM Guard is the password protection of the
  42. ;; command 'Guard - Disable'. Please see file README.TXT for
  43. ;; information on how to register FM Guard.
  44. ;;
  45. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  46.  
  47. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  48. ;;
  49. ;; General restrictions.
  50. ;;
  51.  
  52. ;; preventing from exiting File Manager:
  53.  
  54.    NoClose    = ON
  55.  
  56. ;; disabling 'Save Settings on Exit':
  57.  
  58.    NoSaveSettings = ON
  59.  
  60. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  61. ;; disabling drag and drop mechanism (otherwise the user could run
  62. ;; programs dragging them from File Manager and dropping them in
  63. ;; Program Manager):
  64.  
  65.    NoDragDrop    = ON
  66.  
  67. ;; NOTE: NoDragDrop = ON also disables all the other 'drag-n-drop'
  68. ;; operations: copying and moving files, etc. A user is still able to
  69. ;; use menu commands to perform these operations (unless they are
  70. ;; disabled explicitly; see below in this file).
  71. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  72.  
  73. ;; preventing from changing the position of File Manager window on
  74. ;; the screen:
  75.  
  76.    NoMoveSize   = ON
  77.    NoMinimize   = OFF
  78.    NoMaximize    = OFF
  79.  
  80. ;; preventing from launching Task Manager from the System Menu:
  81.  
  82.    NoSwitch     = OFF
  83.  
  84. ;; preventing from changing positions of the child windows of
  85. ;; File Manager (those that display contents of directories):
  86.  
  87.    NoMoveSizeMDI = ON
  88.    NoMinimizeMDI = OFF
  89.    NoMaximizeMDI = OFF
  90.    NoNextMDI     = OFF
  91.  
  92. ;; preventing from closing any child window of File Manager
  93.  
  94.    NoCloseMDI     = ON
  95.  
  96. ;; preventing from opening any new child windows (including the
  97. ;; result of 'File - Search' command!)
  98.  
  99.    NoOpenMDI     = ON
  100.  
  101. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  102. ;;
  103. ;; Drive access.
  104.  
  105. ;; preventing from changing the drive displayed in a child window:
  106.  
  107.    NoChangeDrive = OFF
  108.  
  109. ;; list below the drives you want to prevent the access to (as an
  110. ;; argument of the NoDrive command). For instance, to disable access
  111. ;; to the drives C, H, and Z, specify: NoDrive = CHZ
  112.  
  113.    NoDrive =
  114.  
  115. ;; NOTE: sometimes after an attempt to access a 'prohibited' drive
  116. ;; File Manager displays no files in windows assigned to 'permitted'
  117. ;; drives. To work this problem around, one should choose 'View -By
  118. ;; File Type' from the File Manager menu and restore the filter of
  119. ;; file names (*.* usually) in the dialog box.
  120. ;;
  121. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  122.  
  123. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  124. ;;
  125. ;; Menu stuff. Use 'NoFileMenu=ON' to remove the 'File' submenu
  126. ;; from the menu bar of File Manager. The individual commands will
  127. ;; still be accessible through keyboard (for instance, key DEL can be
  128. ;; used to issue 'File - Delete' command), unless the command is
  129. ;; explicitly disabled below (for ex. NoDelete=ON). The same rules
  130. ;; apply to all the other menu items of File Manager.
  131.  
  132.    NoFileMenu = OFF
  133.  
  134.         NoOpen          = ON
  135.         NoMove          = OFF
  136.         NoCopy          = OFF
  137.         NoDelete        = OFF
  138.         NoUndelete      = OFF
  139.         NoRename        = OFF
  140.         NoProperties    = ON
  141.         NoRun           = ON
  142.         NoPrint         = OFF
  143.         NoAssociate     = ON
  144.         NoCreateDir     = OFF
  145.         NoSearch        = OFF
  146.         NoSelect        = OFF
  147.  
  148.         ;; use NoClose = ON above to disable Exit command
  149.  
  150.    NoDiskMenu = OFF
  151.  
  152.         NoCopyDisk      = OFF
  153.         NoLabelDisk     = OFF
  154.         NoFormatDisk    = OFF
  155.         NoMakeSystemDisk= ON
  156.         NoSelectDrive   = OFF
  157.  
  158.    NoTreeMenu = OFF
  159.  
  160.         NoExpOneLevel   = ON
  161.         NoExpBranch     = ON
  162.         NoExpAll        = ON
  163.         NoCollapse      = ON
  164.         NoIndicateExp   = ON
  165.  
  166.    NoViewMenu = OFF
  167.  
  168.         NoTreeDir       = OFF
  169.         NoDetails       = OFF
  170.         NoSplit         = OFF
  171.         NoSort          = OFF
  172.         NoByFileType    = OFF
  173.  
  174.    NoOptionsMenu = OFF
  175.  
  176.         ;; Note: the switches below disable only the corresponding
  177.         ;; menu items, preventing from using it; they don't affect
  178.         ;; the current settings. For instance, NoStatusBar=ON does not
  179.         ;; hide the status bar if it's shown, but prevents from
  180.         ;; changing its visibility instead.
  181.         
  182.         NoConfirmation  = OFF
  183.         NoFont          = OFF
  184.         NoStatusBar     = ON
  185.         NoMinimizeOnUse = OFF
  186.  
  187.         ;; the following commands make sense only when using
  188.         ;; Windows for Workgroups 3.11:
  189.  
  190.         NoCustomizeToolBar = ON
  191.         NoToolBar       = ON
  192.         NoDriveBar      = ON
  193.  
  194.         ;; Use NoSaveSettings switch at the beginning of the file
  195.         ;; to control the 'Save settings on Exit' switch
  196.  
  197.   ;; Note: there are no switches controlling individual commands
  198.   ;; of the Window and Help submenus; use the following commands
  199.   ;; to remove them from menu bar instead
  200.  
  201.   NoWindowMenu  = OFF
  202.   NoHelpMenu    = OFF
  203.  
  204. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  205. ;;
  206. ;;      Network stuff.
  207. ;;
  208. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  209.  
  210. ;; disabling access to 'Network Connections...'
  211.  
  212.    NoNetwork             = ON
  213.  
  214. ;; disabling access to 'View Shared Directories...'
  215.  
  216.    NoViewShared          = ON
  217.  
  218. ;; disabling access to 'Share Directory'
  219.  
  220.    NoShareDir            = ON
  221.  
  222. ;; disabling access to 'Stop Sharing Directory'
  223.  
  224.    NoStopShareDir        = ON
  225.  
  226. ;; disabling access to 'Connect to a network drive'
  227.  
  228.    NoConnect             = ON
  229.  
  230. ;; disabling access to 'Disconnect from a network drive'
  231.  
  232.    NoDisconnect          = ON
  233.  
  234. ;; disabling access to 'Open new on connect'
  235.  
  236.    NoOpenOnConnect       = ON
  237.  
  238. ;; end of the FM Guard configuration file.
  239. ;;
  240. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  241.